var runtime/cgo.handles
4 uses
runtime/cgo (current package)
handle.go#L114: handles.Store(h, v)
handle.go#L122: v, ok := handles.Load(uintptr(h))
handle.go#L135: _, ok := handles.LoadAndDelete(uintptr(h))
handle.go#L142: handles = sync.Map{} // map[Handle]interface{}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)